﻿*{margin:0;padding:0;box-sizing: border-box;}
body{font-family:"微软雅黑";
	font-size:15px;
	background: #fff;
}
ul{list-style: none;}
a{text-decoration:none;}
a:focus{text-decoration:none;}
a:active{text-decoration:none;}
a:hover{text-decoration:none;}
.lt{float:left;}.rt{float:right;}
.boBox{
	width:1200px;
}
html,body{height:100%;}
html{font-size:62.5%; } body{font-size:15px;font-size:1.5rem ; }
.ceng{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:none;}
/* 固定导航条 */
			
/* pc端 */
@media (min-width: 1200px) { 
	.container {
		width: 1200px; 
	}
	.navbar{height:140px;}
	.navbar .container{height:140px;}
	 body #logo_img{position:relative;top:12px;}
	 .navbar-right {
	    float: right !important;
	    margin-right: 0px;
	}
	.dropdown-menu{/** 二级菜单 */
		top:65px;
		background:rgba(0,138,42,0.6);
	}
	.hasErji{
		padding-bottom:15px;
	}
	.dibuheng{
		height:85px;
	}
}
/* 移动端 */
@media (max-width: 768px) {  
  .container {
    width: 100%;
  }
 body #logo_img{width:50px;position:relative;top:9px;}
 	.dibuheng{
		height:15px;
	}
}
 
.navbar{
	background:rgba(0,138,42,0.6);
	margin:0;
	border:none;
}
.navbar-default .navbar-nav > li > a{color:#FFF;}
.navbar-default .navbar-nav > li > a:hover{color:#FFF;}
#togg{
	color: #FFF; 
	font-size: 24px;
	padding: 0;
	position: relative;top: 5px;
}
.navTop{
	font-size: 12px;color:#DDD;
	display:inline-block;
}

.sige {
	margin-bottom:30px;
}

.sige .navTop > li > a:hover{color:#d2d0d0;}

body .navTop > li > a{padding-bottom:0;color:#DDD;padding:10px;}

@media (max-width:768px) {
	body .navTop > li > a{padding:10px 17px;}
}

body .navBottom > li > a{font-size: 16px;}
				.collapse.in{background:rgba(0,138,42,0.6);}
.dropdown-menu{/** 二级菜单 */
	background:rgba(0,138,42,0.6);
	text-align: center;
}
.dropdown-menu li a{
	line-height:38px;
	color:#FFF;
	font-size: 16px;
	
}
.dropdown-menu li a:hover{
	background:rgba(255,255,255,0.6);
	color:rgb(0,138,42);
}
.has-feedback .form-control{
	border:none;
	background:none;
	border-radius: 0px; 
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	padding:0px 3px;
	height:26px;
	color:#ccc;!important;
}

input#kw::-webkit-input-placeholder{
	color:#FFF !important;
}

/*
#kwBox{width:110px;border-bottom:1px solid #FFF;}
#kw{
	height:26px;
	line-height:26px;
	width:80px;border:none;
}
input#kw::-webkit-input-placeholder{
	color:#FFF !important;
}
.sousuo{
	display:none; color:#FFF;margin:0 20px 10px 20px;padding:0;position:relative;top:11px;
}
*/

.form-control-feedback{cursor:pointer;}
.searchBox{width:49px;padding-bottom: 23px;position: relative;overflow: hidden;}
#kwBox{}
#kw{
	height:26px;
	line-height:26px;
	width:110px;
}
.sousuo{
	color:#fff;margin:0 20px 10px 20px;padding:0;position:relative;top:11px;right:-174px;width:140px;border-bottom:1px solid #fff;}

#searchsA{position: absolute;top:-1px;right:0;display: block;}

.navbar-brand {
	padding:0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.sige {
		margin-bottom:60px;
	}
}